LEADTOOLS WebForms and AJAX (Leadtools.Web.Services assembly)

UpdateUI Method

Show in webframe



A number which identifies the stream number to which this streamedData belongs.
User state information.
The actual data streamed from the service.
Updates the user interface with the information received from the web service.
Syntax
'Declaration
 
Protected MustOverride Sub UpdateUI( _
   ByVal currentStreamNumber As Integer, _
   ByVal state As TServiceState, _
   ByVal streamedData As TStreamedData _
) 
'Usage
 
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim currentStreamNumber As Integer
Dim state As TServiceState
Dim streamedData As TStreamedData
 
instance.UpdateUI(currentStreamNumber, state, streamedData)
protected abstract void UpdateUI( 
   int currentStreamNumber,
   TServiceState state,
   TStreamedData streamedData
)
protected:
abstract void UpdateUI( 
   int currentStreamNumber,
   TServiceState^ state,
   TStreamedData^ streamedData
) 

Parameters

currentStreamNumber
A number which identifies the stream number to which this streamedData belongs.
state
User state information.
streamedData
The actual data streamed from the service.
Remarks

Use this method to update the user interface with the information streamed from the web service.

Requirements

Target Platforms

See Also

Reference

ServiceStreamer<TStreamedData,TServiceState> Class
ServiceStreamer<TStreamedData,TServiceState> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.